分析android崩溃日志

时间:2015-06-02 11:50:21

标签: android crash native

我的应用程序出现了崩溃日志堆栈,我无法理解如何阅读它。 “#00”“#01”表示堆栈的深度,但“[堆]”“[堆栈]”的含义是什么?

stack:
         ffd5ade0  ac59e9c8  [heap]
         ffd5ade4  f039e9a5  
         ffd5ade8  00000004  
         ffd5adec  2e736863  /dev/ashmem/dalvik-main space (deleted)
         ffd5adf0  00000001  
         ffd5adf4  ac5a32b8  [heap]
         ffd5adf8  ac5a32b0  [heap]
         ffd5adfc  00000013  
         ffd5ae00  ac59ee00  [heap]
         ffd5ae04  f74186db  /system/lib/libc.so (dlmalloc_real+3530)
         ffd5ae08  00000004  
         ffd5ae0c  f7443dc0  /system/lib/libc.so
         ffd5ae10  f7417911  /system/lib/libc.so (dlmalloc_real)
         ffd5ae14  ac5a2178  [heap]
         ffd5ae18  ac5a32b0  [heap]
         ffd5ae1c  00000001  
    #00  ffd5ae20  ffd5ae64  [stack]
         ffd5ae24  f03d2195  
    #01  ffd5ae28  f03d2185  
         ffd5ae2c  f038e005 
    #02  ffd5ae30  00000004  
         ffd5ae34  ac5a2178  [heap]
         ffd5ae38  00000001  
         ffd5ae3c  f038dfdd  
         ffd5ae40  0000000d  
         ffd5ae44  f03a40c3  

0 个答案:

没有答案