I am writing traces to my android project, calling
Debug.startMethodTracing("MY AWESOME TRACE");
This usually works like a charm, but when I try to open my .trace file in Android Studio, I get this problem:
Unexpected error while parsing trace file: Error during call stack reconstruction. Attempt to exit from method XXX while in method YYY
Has anyone encountered this error message?
Greetings
android
Alex morel
source share