Advertisement
Guest User

Untitled

a guest
Dec 27th, 2017
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. 15.49.38/E Java Function: btGatt -> btGatt
  2. 15.49.38/E Java Function use app context
  3. 15.49.38/JU analyse: target: btDevice expected: null
  4. 15.49.38/JU target: analyse done: btDevice: class: android.bluetooth.BluetoothDevice obj: [GOPLUS MAC] partWithoutMods: null static: false const false casted: false
  5. 15.49.38/JU analyse: returnval: android.bluetooth.BluetoothGatt expected: null
  6. 15.49.38/JU returnval: analyse done: android.bluetooth.BluetoothGatt: class: android.bluetooth.BluetoothGatt obj: null partWithoutMods: null static: true const false casted: false
  7. 15.49.38/JU initClass: class: android.bluetooth.BluetoothGatt obj: null partWithoutMods: android.bluetooth.BluetoothGatt static: true const false casted: false
  8. 15.49.38/JU initClass: retnovar: init with array handling -> class android.bluetooth.BluetoothGatt
  9. 15.49.38/JU initClass: class: android.bluetooth.BluetoothDevice obj: [GOPLUS MAC] partWithoutMods: btDevice static: false const false casted: false
  10. 15.49.38/JU initclass: target: use object class: android.bluetooth.BluetoothDevice
  11. 15.49.38/JU analyse: param0: CONTEXT expected: class android.content.Context
  12. 15.49.38/JU param0: analyse done: CONTEXT: class: android.app.Application obj: android.app.Application@3d46519 partWithoutMods: null static: false const false casted: false
  13. 15.49.38/E param 0 class: class android.content.Context
  14. 15.49.38/JU analyse: param1: true expected: boolean
  15. 15.49.38/JU param1: analyse done: true: class: boolean obj: true partWithoutMods: null static: false const true casted: false
  16. 15.49.38/E param 1 class: boolean
  17. 15.49.38/JU analyse: param2: new BluetoothGattCallback() {public void foo() {}} expected: class android.bluetooth.BluetoothGattCallback
  18. 15.49.38/JU param2: analyse done: new BluetoothGattCallback() {public void foo() {}}: class: ??? obj: null partWithoutMods: null static: false const false casted: false
  19. 15.49.38/E param 2 class: class android.bluetooth.BluetoothGattCallback
  20. 15.49.38/E targetClass: class android.bluetooth.BluetoothDevice
  21. 15.49.38/E object: [GOPLUS MAC]
  22. 15.49.38/E method: public android.bluetooth.BluetoothGatt android.bluetooth.BluetoothDevice.connectGatt(android.content.Context,boolean,android.bluetooth.BluetoothGattCallback)
  23. 15.49.38/E arg0 class android.app.Application value android.app.Application@3d46519
  24. 15.49.38/E arg1 class java.lang.Boolean value true
  25. 15.49.38/E arg2 class null value null
  26. 15.49.38/E Java Function: java.lang.reflect.InvocationTargetException
  27. 15.49.38/ Caused by: java.lang.NullPointerException: callback is null
  28. 15.49.38/ android.bluetooth.BluetoothDevice.connectGatt(BluetoothDevice.java:1856)
  29. 15.49.38/ android.bluetooth.BluetoothDevice.connectGatt(BluetoothDevice.java:1823)
  30. 15.49.38/ android.bluetooth.BluetoothDevice.connectGatt(BluetoothDevice.java:1796)
  31. 15.49.38/ android.bluetooth.BluetoothDevice.connectGatt(BluetoothDevice.java:1772)
  32. 15.49.38/ android.bluetooth.BluetoothDevice.connectGatt(BluetoothDevice.java:1752)
  33. 15.49.38/ java.lang.reflect.Method.invoke(Native Method)
  34. 15.49.38/E result: stop task (error)
  35. 15.49.38/E Error: 1
  36. 15.49.38/MacroEdit action finished exeID 24 action no 16 code 664 status: Err next 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement