Advertisement
caffeinatedmike

NOT Closing

Nov 14th, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.73 KB | None | 0 0
  1. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_commands] Now inside def Shell(self, command, timeout_ms=None) (line 378)
  2. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_commands] command: dumpsys power | grep "Locks"
  3. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_commands] timeout_ms: None
  4. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] Inside StreamingCommand(cls, usb, service, command='', timeout_ms=None) (line 518)
  5. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] command before type test: dumpsys power | grep "Locks" (<class 'str'>)
  6. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] cls: <class 'adb.adb_protocol.AdbMessage'>
  7. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] usb: <adb.common.TcpHandle object at 0x7fb494cf5c18>
  8. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] service: b'shell'
  9. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] command after type test: b'dumpsys power | grep "Locks"' (<class 'bytes'>)
  10. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] timeout_ms: None
  11. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] Now inside def Open (line 429)
  12. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] destination: b'shell:dumpsys power | grep "Locks"'
  13. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] cls: <class 'adb.adb_protocol.AdbMessage'>
  14. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] usb: <adb.common.TcpHandle object at 0x7fb494cf5c18>
  15. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] Sending msg: <adb.adb_protocol.AdbMessage object at 0x7fb47c9f04e0>
  16. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] Now inside def Pack(self) (line 251)
  17. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] self.format: b'<6I'
  18. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] self.command: 1313165391
  19. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] self.arg0: 1
  20. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] self.arg1: 0
  21. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] len(self.data)): 35
  22. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] self.checksum: 3198
  23. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] self.magic: 2981801904
  24. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] packed: b'OPEN\x01\x00\x00\x00\x00\x00\x00\x00#\x00\x00\x00~\x0c\x00\x00\xb0\xaf\xba\xb1'
  25. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] Now inside def Unpack (line 271)
  26. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] cls: <class 'adb.adb_protocol.AdbMessage'>
  27. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] message: b'OKAY\xf8k\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xb0\xb4\xbe\xa6'
  28. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] cmd: 1497451343
  29. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] arg0: 27640
  30. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] arg1: 1
  31. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] data_length: 0
  32. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] data_checksum: 0
  33. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] unused_magic: 2797515952
  34. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] Now inside def Read (line 296)
  35. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] msg: b'OKAY\xf8k\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xb0\xb4\xbe\xa6'
  36. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] cmd: 1497451343
  37. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] arg0: 27640
  38. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] arg1: 1
  39. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] data_length: 0
  40. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] data_checksum: 0
  41. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] command: b'OKAY'
  42. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] expected_cmds: [b'CLSE', b'OKAY']
  43. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] Received following results from cls.Read. Now back inside Open
  44. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] cmd: b'OKAY'
  45. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] remote_id: 27640
  46. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] their_local_id: 1
  47. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] _: b''
  48. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] connection: <adb.adb_protocol._AdbConnection object at 0x7fb50e7f5e10>
  49. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] Now inside _AdbConnection class def ReadUntil (line 143)
  50. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] self.usb: <adb.common.TcpHandle object at 0x7fb494cf5c18>
  51. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] expected_cmds: (b'CLSE', b'WRTE')
  52. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] self.timeout_ms: None
  53. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] Now inside def Unpack (line 271)
  54. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] cls: <class 'adb.adb_protocol.AdbMessage'>
  55. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] message: b'CLSE\xf7k\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xbc\xb3\xac\xba'
  56. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] cmd: 1163086915
  57. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] arg0: 27639
  58. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] arg1: 1
  59. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] data_length: 0
  60. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] data_checksum: 0
  61. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] unused_magic: 3131880380
  62. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] Now inside def Read (line 296)
  63. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] msg: b'CLSE\xf7k\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xbc\xb3\xac\xba'
  64. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] cmd: 1163086915
  65. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] arg0: 27639
  66. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] arg1: 1
  67. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] data_length: 0
  68. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] data_checksum: 0
  69. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] command: b'CLSE'
  70. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] expected_cmds: (b'CLSE', b'WRTE')
  71. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] Back inside _AdbConnection class def ReadUntil (line 149) after returning from AdbMessage.Read(...)
  72. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] cmd: b'CLSE'
  73. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] remote_id: 27639
  74. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] local_id: 1
  75. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] data: b''
  76. 2018-11-12 13:22:49 INFO (ThreadPoolExecutor-0_14) [adb.adb_protocol] self.remote_id: 27640
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement