From cbb98cc2ebef6299548aa1e1a1ef69cbcbf0209c Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Thu, 7 Jan 2016 14:39:49 +0000 Subject: docs: Document the need to truncate property name to 31 chars. https://github.com/apitrace/apitrace/issues/296 [ci skip] --- docs/Dalvik.markdown | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`: -- cgit v1.2.3