登录社区云,与社区用户共同成长
邀请您加入社区
当pull一个分支带有多个commit时,使用以下命令只保留自己想要的commit
git reset --soft COMMID_ID git reset HEAD -- . git checkout COMMID_ID -- .
此时代码不带有其它无关的代码更新。
社区规范:仅讨论OpenHarmony相关问题。
更多推荐
openharmony使用低版本内核4.9时,如何解决397及403syscall 报错
[ 30.642753] devicemanagerse[271]: syscall 403 [ 30.647108] Code: e1a00005 e3007193 e1a01004 ef000000 (e3700026) [ 30.653175] CPU: 3 PID: 271 Comm: devicemanagerse Not tainted 4.9.38 #1 [ 30.65976
cppcrash进程: av_session,崩溃so: libavsession_service.z.so
1.日志内容 Process name:av_session Process life time:15s Reason:Signal:SIGABRT(SI_TKILL)@0x0000098c from:2444:6700 LastFatalMessage:terminating due to uncaught exception of type std::__h::bad_function_cal
cppcrash进程: /system/bin/bootanimation,崩溃libskia_canvaskit.z.so
日志信息: #00 pc 000718ae /system/lib/ld-musl-arm.so.1(strlen+174)(f8f8d3840b4171fc7a9ce04e7eeaec87) #01 pc 000dd9f4 /system/lib/ld-musl-arm.so.1(__isoc99_sscanf+64)(f8f8d3840b4171fc7a9ce04e7eeaec87) #02
扫一扫分享内容
所有评论(0)