mirror of
https://github.com/azenla/AppleCache.git
synced 2026-04-21 18:56:14 +02:00
Add Charles Proxy capture of registration.
This commit is contained in:
Binary file not shown.
@@ -44,7 +44,10 @@ class Application(object):
|
||||
print("✔ load()")
|
||||
script.load()
|
||||
print("✔ resume(pid={})".format(pid))
|
||||
self._device.resume(pid)
|
||||
try:
|
||||
self._device.resume(pid)
|
||||
except Exception as e:
|
||||
print(e)
|
||||
self._sessions.add(session)
|
||||
|
||||
def _on_child_added(self, child):
|
||||
|
||||
Reference in New Issue
Block a user