objective-c - Tencent bugly locates the crash code in the main function, is there any solution?
学习ing
学习ing 2017-06-20 10:06:11
0
1
1031

The Tencent bugly used by the APP monitors online bugs, but sometimes the crash report displays the crash location in the main function, as follows:

Type belongs to this:

I believe that students who use bugly have encountered it, so how do you deal with this kind of crash? I hope students with experience can share it.

学习ing
学习ing

reply all(1)
学习ing

Wild pointer exception or access to a non-existent method without message forwarding

Bugly is just an auxiliary positioning tool. I am using Fabric for the same kind of problem, but it cannot be relied upon. I add global breakpoints to find the approximate location of the error, and carefully analyze the life cycle memory management. Accumulation of experience can greatly reduce the occurrence of such problems.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!