一.Exception 的捕捉 1.message send to dealloc instance a, 输出控制台(lldb)后面输入:c + enter, 找到对应的行 b, po [object address name], 找到哪个原因 2.在 appDelegate.m 里面添加下面语句 // for debug , to be remved in production NSSetUncaughtExceptionHandler(&uncaughtExceptionHan
Android Debug Bridge (adb) is a tool that lets you manage the state of an emulator instance or Android phone. ADB is bundled with Android SDK package that can be downloaded from Android SDK download page. This tool is usefull for communicating with A