mirror of
https://github.com/azenla/AppleCache.git
synced 2026-02-12 16:32:45 +00:00
Add Charles Proxy capture of registration.
This commit is contained in:
BIN
captures/CacheRegistration.chls
Normal file
BIN
captures/CacheRegistration.chls
Normal file
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