>> methods com.example.phone.MainActivity
## Methods Lcom/example/phone/MainActivity;
-- com.example.phone.MainActivity.<init>()V
-- com.example.phone.MainActivity.onCreate(Landroid/os/Bundle;)V
-- com.example.phone.MainActivity.onCreateOptionsMenu(Landroid/view/Menu;)Z
-- com.example.phone.MainActivity.onSMS()V
-- com.example.phone.MainActivity.onTel()V
>> break com.example.phone.MainActivity onTel show
## Setting Hooks
-- [50, 51, 52, 53]
>> break com.example.phone.MainActivity onTel 50
## Setting Hooks
-- Hooked <536870912> com.example.phone.MainActivity.onTel()V:0 <class
'andbug.vm.Location'>
>>
## Breakpoint hit in thread <1> main (running suspended), process suspended.
-- com.example.phone.MainActivity.onTel()V:0
-- com.example.phone.MainActivity$onClickButtonListener.onClick(Landroid/view
/View;)V:14
-- android.view.View.performClick()Z:14
-- android.view.View$PerformClick.run()V:2
-- android.os.Handler.handleCallback(Landroid/os/Message;)V:2
-- android.os.Handler.dispatchMessage(Landroid/os/Message;)V:4
-- android.os.Looper.loop()V:82
-- android.app.ActivityThread.main([Ljava/lang/String;)V:31
-- java.lang.reflect.Method.invokeNative(Ljava/lang/Object;[Ljava/lang/Object
;Ljava/lang/Class;[Ljava/lang/Class;Ljava/lang/Class;IZ)Ljava/lang/Object;
<native>
-- java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljav
a/lang/Object;:18
s
## Step Over
## AttributeError: 'Session' object has no attribute 'getSuspendState'
-- File "/home/ubuntu/tools/AndBug-master/lib/andbug/command.py", line 191,
in perform
act(self, *args, **kwargs)
-- File "/home/ubuntu/tools/AndBug-master/lib/andbug/cmd/step.py", line 77,
in stepover
if ctxt.sess.getSuspendState().isSuspend:
>> s
## Step Over
## AttributeError: 'Session' object has no attribute 'getSuspendState'
-- File "/home/ubuntu/tools/AndBug-master/lib/andbug/command.py", line 191,
in perform
act(self, *args, **kwargs)
-- File "/home/ubuntu/tools/AndBug-master/lib/andbug/cmd/step.py", line 77,
in stepover
if ctxt.sess.getSuspendState().isSuspend:
这是调试步骤及程序。。。 谢谢
上传的附件: