Android App崩溃,没有任何logcat或任何异常
美好的一天。我的状况很奇怪。该应用程序有时会崩溃,但通常不会崩溃。该应用程序返回到先前的活动或完全退出了该应用程序,而没有显示“ UNFORTUNATALLY APP CLOSED”对话框,而android studio则没有给出任何异常日志。我认为这种行为是崩溃...这发生在配备棒棒糖版本(默认kitkat)的huaweu p8 lite和棒棒糖版本(默认4.2.2)的sony xperia z设备上。该应用程序完全崩溃了...在其余设备上,该应用程序不会崩溃,不会重启或不会退出,所以我不知道它有什么问题...请您能帮我吗? 建立gradle文件,这可能是奇怪的“崩溃”的选项 buildscript { repositories { maven { url 'https://maven.fabric.io/public' } } dependencies { classpath 'io.fabric.tools:gradle:1.19.2' } } apply plugin: 'com.android.application' apply plugin: 'io.fabric' repositories { maven { url 'https://maven.fabric.io/public' } maven { url 'https://github.com/suckgamony/RapidDecoder/raw/master/repository' } maven { url 'https://dl.bintray.com/intercom/intercom-maven' } } …