Ver Mensaje Individual
  #561  
Viejo 25/01/17, 19:01:18
Array

[xs_avatar]
panchovix panchovix no está en línea
Usuario muy activo
 
Fecha de registro: dic 2013
Localización: Chile
Mensajes: 1,200
Modelo de smartphone: Xiaomi Mi 5/Galaxy S8+
Tu operador: Otra
 Cita: Originalmente Escrito por Dylaan Ver Mensaje
Yo lo haría sin problema,pero tengo un problema con eso y es que no entiendo nada xd,necesito un poco de orientación[emoji19]

Enviado desde mi hi6210sft mediante Tapatalk
En la carpeta que tengas ADB (o tal vez tienes instalado ADB shell en todo el pc), la que es que te detecte el ADB

con el celular puesto en el usb, con las opciones de desarrollador listas escribe en consola

adb logcat -v long > nombre del problema.txt

esto hará que se muestre por cada salto de linea el tipo de error, etc, y el archivo de texto se guardará en la carpeta que usaste para partir ADB

también para abreviar un poco, podrías poner

adb logcat *:E -v long > nombre.txt

esto tiraría solo los errores y errores fatales, en vez de mostrar todos, y asi se ven el el logcat

V — Verboso (Rrioridad más baja)
D — Debug
I — Info (Prioridad por defecto)
W — Peligro
E — Error
F — Error Fatal
S — Silencioso (Prioridad más alta, el cual nunca se muestra)

un ejemplo sería este
(Click para mostrar/ocultar)
D/dalvikvm( 871): GC_CONCURRENT freed 472K, 6% free 10224K/10823K, paused 1ms+6ms
V/AmazonAppstore.DiskInspectorServiceImpl( 871): Available blocks: 21981, Block size: 4096, Free: 90034176, Threshold: 5242880, withinThreshold? true
D/AmazonAppstore.UpdateService( 871): Received action: null from intent: Intent { cmp=com.amazon.venezia/com.amazon.mas.client.framework.UpdateService }
W/AmazonAppstore.UpdateService( 871): Confused about why I'm running with this intent action: null from intent: Intent { cmp=com.amazon.venezia/com.amazon.mas.client.framework.UpdateService }
D/dalvikvm( 890): GC_CONCURRENT freed 175K, 4% free 9375K/9671K, paused 2ms+3ms
V/AmazonAppstore.ReferenceCounter( 871): Reference (MASLoggerDB) count has gone to 0. Closing referenced object.
E/WifiStateMachine( 203): Failed to reload STA firmware java.lang.IllegalStateException: Error communicating to native daemon
V/AmazonAppstore.UpdateService( 871): runUpdateCommand doInBackground started.
V/AmazonAppstore.UpdateService( 871): Running UpdateCommand: digitalLocker
V/AmazonAppstore.UpdateCommand( 871): Not updating key: digitalLocker from: 1334228488057
V/AmazonAppstore.UpdateService( 871): Finished UpdateCommand: digitalLocker
V/AmazonAppstore.UpdateService( 871): Running UpdateCommand: serviceConfig
V/AmazonAppstore.MASLoggerDB( 871): performLogMetric: Metric logged: ResponseTimeMetric [fullName=com.amazon.venezia.VeneziaApplication_onC reate, build=release-2.3, date=Wed Apr 11 13:10:55 CDT 2012, count=1, value=1601.0]
V/AmazonAppstore.MASLoggerDB( 871): onBackgroundTaskSucceeded: Metric logged: ResponseTimeMetric [fullName=com.amazon.venezia.VeneziaApplication_onC reate, build=release-2.3, date=Wed Apr 11 13:10:55 CDT 2012, count=1, value=1601.0]
W/CommandListener( 118): Failed to retrieve HW addr for eth0 (No such device)
D/CommandListener( 118): Setting iface cfg
D/NetworkManagementService( 203): rsp
D/NetworkManagementService( 203): flags
E/WifiStateMachine( 203): Unable to change interface settings: java.lang.IllegalStateException: Unable to communicate with native daemon to interface setcfg - com.android.server.NativeDaemonConnectorException: Cmd {interface setcfg eth0 0.0.0.0 0 [down]} failed with code 400 : {Failed to set address (No such device)}
W/PackageParser( 203): Unknown element under : supports-screen at /mnt/asec/com.android.aldiko-1/pkg.apk Binary XML file line #16
D/wpa_supplicant( 930): wpa_supplicant v0.8.x
D/wpa_supplicant( 930): random: Trying to read entropy from /dev/random
D/wpa_supplicant( 930): Initializing interface 'eth0' conf '/data/misc/wifi/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A'
D/wpa_supplicant( 930): Configuration file '/data/misc/wifi/wpa_supplicant.conf' -> '/data/misc/wifi/wpa_supplicant.conf'
D/wpa_supplicant( 930): Reading configuration file '/data/misc/wifi/wpa_supplicant.conf'
D/wpa_supplicant( 930): ctrl_interface='eth0'
D/wpa_supplicant( 930): update_config=1
D/wpa_supplicant( 930): Line: 4 - start of a new network block
D/wpa_supplicant( 930): key_mgmt: 0x4


como se puede ver, se ve el tipo de información antes de la linea, la dif es que en nuestros kirin 620 los tira con hora, por ejemplo este lo saque haciendo un logcat del booteo en Mi Honor 4X usando LineageOS de Xepeleato

(Click para mostrar/ocultar)
[ 01-22 17:04:47.808 2396: 2411 W/vold ]
Failed to read manufacturer from /sys//devices/hi_mci.1/mmc_host/mmc1/mmc1:1234/block/mmcblk1/device/manfid: No such file or directory

[ 01-22 17:04:50.337 2578: 2578 E/SurfaceFlinger ]
hwcomposer module not found

[ 01-22 17:04:50.449 2590: 2590 E/ ]
Failed to open libdatactrl, some features may not be present.

[ 01-22 17:04:50.449 2590: 2590 E/ ]
Failed to open libcsm_data, some features may not be present.

[ 01-22 17:04:50.983 2594: 2594 W/BatteryNotifier ]
batterystats service unavailable!

[ 01-22 17:04:50.983 2594: 2594 W/BatteryNotifier ]
batterystats service unavailable!

[ 01-22 17:04:51.337 2622: 2622 W/gatekeeperd ]
falling back to software GateKeeper

[ 01-22 17:04:51.690 2594: 2594 E/CameraUtils ]
open file error /sys/kernel/debug/boardid/common/camera/faceIgnoreCount

[ 01-22 17:04:51.693 2594: 2594 E/CameraCapSnapshot ]
mPictureFmt = 825382478

[ 01-22 17:04:51.693 2594: 2594 E/CameraCapSnapshot ]
mPictureFmt = 842094158

[ 01-22 17:04:51.694 2594: 2594 W/CameraCapZslMode ]
[CAMERA_PARAM] the hardware do not support ZSL

[ 01-22 17:04:51.757 2594: 2594 W/CameraCapZslMode ]
[CAMERA_PARAM] the hardware do not support ZSL

[ 01-22 17:04:51.758 2594: 2594 E/HALPostMediaServer ]
load [libcamera_post_mediaserver.so] FAILED [dlopen failed: library "libcamera_post_mediaserver.so" not found]

[ 01-22 17:04:51.912 2594: 2594 E/CameraUtils ]
open file error /sys/kernel/debug/boardid/common/camera/faceIgnoreCount

[ 01-22 17:04:51.913 2594: 2594 E/CameraCapSnapshot ]
mPictureFmt = 825382478

[ 01-22 17:04:51.913 2594: 2594 E/CameraCapSnapshot ]
mPictureFmt = 842094158

[ 01-22 17:04:51.914 2594: 2594 W/CameraCapZslMode ]
[CAMERA_PARAM] the hardware do not support ZSL

[ 01-22 17:04:51.915 2594: 2594 W/CameraCapFlashMode ]
[CAMERA_PARAM] the hardware do not support flash

[ 01-22 17:04:52.067 2612: 2612 W/ ]
No seccomp filter defined for this architecture.

[ 01-22 17:04:52.230 2625: 2728 E/BootAnimation ]
Get Carrier Animation file,since it's not support carrier

[ 01-22 17:04:52.230 2625: 2728 E/BootAnimation ]
Get Carrier Animation file,since it's not support carrier

[ 01-22 17:04:52.510 2593: 2593 W/BatteryNotifier ]
batterystats service unavailable!

[ 01-22 17:04:52.596 2593: 2593 E/audio_config ]
open dts file failed!

[ 01-22 17:04:52.596 2593: 2593 E/audio_config ]
get_audio_configs: get spk_pa_num_pro fail, set spk_pa_num_pro = none as default

[ 01-22 17:04:52.597 2593: 2593 E/audio_config ]
open dts file failed!

[ 01-22 17:04:52.597 2593: 2593 E/audio_config ]
get_audio_configs: get auxiliary_spk_pa_name fail, set auxiliary_spk_pa_name = none as default

[ 01-22 17:04:52.597 2593: 2593 E/audio_config ]
open dts file failed!

[ 01-22 17:04:52.597 2593: 2593 E/audio_config ]
get_audio_configs: get auxiliary_spk_pa_num_pro fail, set auxiliary_spk_pa_num_pro = none as default

[ 01-22 17:04:52.597 2593: 2593 E/audio_config ]
open dts file failed!

[ 01-22 17:04:52.597 2593: 2593 E/audio_config ]
get_audio_configs: get hs_pa_name fail, set hs_pa_name = none as default

[ 01-22 17:04:52.597 2593: 2593 E/audio_config ]
open dts file failed!

[ 01-22 17:04:52.597 2593: 2593 E/audio_config ]
get_audio_configs: get mic_name fail, set mic_name = none as default

[ 01-22 17:04:52.597 2593: 2593 E/audio_config ]
open dts file failed!

[ 01-22 17:04:52.597 2593: 2593 E/audio_config ]
get_audio_configs: get ear_pa_name fail, set ear_pa_name = as default

[ 01-22 17:04:52.597 2593: 2593 E/audio_config ]
open dts file failed!

[ 01-22 17:04:52.597 2593: 2593 E/audio_config ]
get_audio_configs: get vqm function enable fail, set vqm function enable = 0 as default

[ 01-22 17:04:52.597 2593: 2593 E/audio_config ]
open dts file failed!

[ 01-22 17:04:52.597 2593: 2593 W/audio_config ]
get_audio_configs: get bwe function enable fail, set bwe function enable = 0 as default

[ 01-22 17:04:52.597 2593: 2593 E/audio_config ]
open dts file failed!


eso es todo, es medio enredado pero esa es la forma
Responder Con Cita