Android tracks: error while restoring call stack

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

+7
android
source share

No one has answered this question yet.

See related questions:

1858
"Debug certificate expired" error in Android Eclipse plugins
935
R cannot be resolved - Android error
935
Cannot start Eclipse - Java was started, but returned exit code = 13
687
Android error: Failed to install * .apk on device *: timeout
673
How to call a method after a delay in Android
3
Error: duplicate files while packing APK Android Studio Error
3
Obfuscated Stack Traces debugging extracted from Android Developer Console error reports
2
How to find call stack trace from breakpoint?
2
Where is the trace file located in Android Profiler?
0
Android Studio 2.3 Unknown error

All Articles