If runtime compiled with debug on, main will not be the second frame.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 2382 Build 2382: arc lint + arc unit
Event Timeline
Comment Actions
why is that?
the stack trace is grabbed as soon as we enter any interceptor. There should not be any extra frames.
Moreover, compiler-rt is built w/o frame pointers, so it may not be possible to unwind through its code at all!