什么是adb守护程序? [英] what is a adb daemon?

查看:95
本文介绍了什么是adb守护程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

运行应用程序时,将形成.apk文件,并且该APK文件已安装在模拟器中.要在模拟器中安装apk文件,我们需要Android调试桥(ADB)服务.守护程序是此服务的一部分.我的问题是守护程序的工作是什么?它是做什么的?

While running an application .apk file is formed and that apk file is installed in the emulator. for installing the apk file in the emulator we need Android Debug Bridge(ADB) service. Daemon is a part of this service. My question is what is the work of the daemon? What does it do?

推荐答案

我的问题是守护程序的工作是什么?它是做什么的?

My question is what is the work of the daemon? What does it do?

守护程序就像是其他线程或与守护程序线程在同一进程中运行的对象的服务提供程序.守护程序线程用于后台支持任务,仅在正常线程执行时才需要.如果普通线程未运行,而其余线程是守护程序线程,则解释器退出.

Daemons are like a service providers for other threads or objects running in the same process as the daemon thread. Daemon threads are used for background supporting tasks and are only needed while normal threads are executing. If normal threads are not running and remaining threads are daemon threads then the interpreter exits.

这篇关于什么是adb守护程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆