I encountered exception "Unexpected marker: 4 at offset 1" when I used stackcollapse_hprof.py to convert honest-profiler file to flame graph format. I found the reason is that the updated honest-profiler uses 4 as the marker of thread meta. And I also found the marker of 11 is not supported in stackcollapse_hprof.py,so I add code to deal with this situation.
I encountered exception "Unexpected marker: 4 at offset 1" when I used stackcollapse_hprof.py to convert honest-profiler file to flame graph format. I found the reason is that the updated honest-profiler uses 4 as the marker of thread meta. And I also found the marker of 11 is not supported in stackcollapse_hprof.py,so I add code to deal with this situation.