agent-device 0.11.6 → 0.11.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -65,7 +65,8 @@ In non-JSON mode, core mutating commands print a short success acknowledgment so
|
|
|
65
65
|
|
|
66
66
|
- Startup timing is available on iOS and Android from `open` command round-trip sampling.
|
|
67
67
|
- Android app sessions also sample CPU (`adb shell dumpsys cpuinfo`) and memory (`adb shell dumpsys meminfo <package>`) when the session has an active app package context.
|
|
68
|
-
-
|
|
68
|
+
- Apple app sessions on macOS and iOS simulators also sample CPU and memory from process snapshots resolved from the active app bundle ID.
|
|
69
|
+
- Physical iOS devices still report CPU and memory as unavailable in this release.
|
|
69
70
|
|
|
70
71
|
## Where To Go Next
|
|
71
72
|
|