Winscope: fix .pb location for sf traces
Trace location was incorrect. Changing to correct location. Test: run capture_sf_trace.sh, upload to winscope, see trace Change-Id: Ia84501014e6cf83d2fb1d167c1a7aac8b64a06d4 Fixes: b/110715663
This commit is contained in:
@@ -72,7 +72,7 @@ start_tracing
|
||||
read -p "Press ENTER to stop tracing" -s x
|
||||
echo
|
||||
stop_tracing
|
||||
adb exec-out su root cat /data/misc/trace/layerstrace.pb >"$outfile"
|
||||
adb exec-out su root cat /data/misc/wmtrace/layers_trace.pb >"$outfile"
|
||||
|
||||
echo
|
||||
echo "To view the trace, go to $WINSCOPE_URL, click 'OPEN SF TRACE' and open"
|
||||
|
||||
Reference in New Issue
Block a user