简体   繁体   中英

Where is source code of ANRManagerNative located in aosp project

I'm a new bee in AOSP project. I'm trying to find codes relevant to the ANR system. But when I search ANR in all sources, none was found. Where can I find the ANRManagerNative of other ANR classes, in java sources or c/c++ sources? Thanks.

In general, once you get the AOSP source tree into an Android Studio project, navigating the code becomes much easier. You can consult this .

I did a search for it in this fashion and found <aosp-root>/system/extras/ANRdaemon/ANRdaemon.cpp .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM