1、集成stetho:库

    compile 'com.facebook.stetho:stetho:1.3.1'

 

2、初始化Stetho

    Stetho.initializeWithDefaults(this);

 

3、查询数据库

    浏览器打开chrome://inspect/#devices

    Android 通过facebook.stetho查询设备进程中数据库

点击inspect后,选择所需要看的数据库表格

Android 通过facebook.stetho查询设备进程中数据库

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-16
  • 2021-05-24
  • 2021-07-11
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-07
  • 2021-09-26
  • 2022-12-23
  • 2022-03-08
相关资源
相似解决方案