怎么做,如果制造商移除/ dev下的文件夹/日志文件夹中? [意味着没有LogCat中]怎么做、移除、文件夹、制造商

由网友(贱人也要有资本、)分享简介:我在我的Andr​​oid设备中,在日志文件夹中的麻烦的的/ dev 不可达,或者甚至不存在。I'm in trouble with my android device in which log folder under /dev is unreachable or maybe even does not exist...

我在我的Andr​​oid设备中,在日志文件夹中的麻烦的的/ dev 不可达,或者甚至不存在。

I'm in trouble with my android device in which log folder under /dev is unreachable or maybe even does not exists.

$ pwd
pwd
/dev
$ cd log
cd log
cd: can't cd to log
$

所以LogCat中是外的服务,我无法查看设备的标准输出或标准错误日志中DDMS。

So LogCat is out-of-service and I cannot view device's stdout or stderr logs in DDMS.

我GOOGLE了一点点,试图找到一些信息,有关此问题:

I googled a little bit and tried to find some information for about this problem:

的http://developer.android.com/guide/developing/tools/adb.html#alternativebuffers

查看输出和错误的话题似乎是有用的,但这个线程说,这是不支持的:

Viewing stdout and stderr topic seemed to be useful but this thread says it is unsupported :

Why被重定向标准输出/标准错误在Android上不工作?

下面是另一个有同样的问题:

Here is another one having the same problem:

"Unable打开日志设备的/ dev /日志/主:没有这样的文件或目录"

我找到了一个临时解决方案,以转储我的日志在设备上的文件手动,但和往常一样,我不能监控系统只是我的应用程序日志。

I found a temporary solution to dump my logs in a file on device manually but as usual I cannot monitor system just my application logs.

有没有什么解决方案,您可以建议?任何方式重定向输出和错误日志文件,控制台等。?

Is there any solution you can suggest? Any way to redirect stdout and stderr logs to files,console etc.?

任何形式的帮助将是AP preciated。

Any kind of help will be appreciated.

推荐答案

RUNO NesrE - 我终于找到解决方案,这个

RunO NesrE - I finally found the solution to this.

有一个最近的文章在XDA-Developers论坛为不同的华为手机,同样的问题,它有一个修复。

There is a recent post on the xda-developers forum for a different Huawei phone with the same problem and it has a fix.

http://forum.xda-developers.com/ showpost.php p = 17774398&放大器; postcount = 93

它的工作一种享受我的华为声波(U8650)。

It worked a treat on my Huawei Sonic (U8650).

阅读全文

相关推荐

最新文章