diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2016-01-07 14:39:49 +0000 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-01-07 14:45:38 +0000 |
commit | cbb98cc2ebef6299548aa1e1a1ef69cbcbf0209c (patch) | |
tree | 5cab38ab0405f3ba9a9d796aa322a5fe6554adeb /docs | |
parent | edc099cff55a6a3f9ad191acfbc8cc39f36228db (diff) |
docs: Document the need to truncate property name to 31 chars.
https://github.com/apitrace/apitrace/issues/296
[ci skip]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Dalvik.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Dalvik.markdown b/docs/Dalvik.markdown index 6fddf38e..34a61ad2 100644 --- a/docs/Dalvik.markdown +++ b/docs/Dalvik.markdown @@ -30,6 +30,9 @@ read by apitrace itself and used in case apitrace is preloaded into Java VM globally to specify which process should be traced). Elevating priviliges via `adb root` is required to set the first property. +If the `wrap.$PROCNAME` property name is longer than 31 characters [you'll need +to truncate it](https://github.com/apitrace/apitrace/issues/296). + Make sure the process is not loaded before starting to trace it, for example use `-S` flag to `am start`: |