Skip to content

Commit

Permalink
perf: ♻️ Optimized the adb daemon startup failure detection mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 27, 2024
1 parent 1d603ab commit ca6be85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Device/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export default {
console.warn(message)
if (message.includes('daemon not running')) {
if (message.includes('failed to start daemon')) {
this.getDeviceData()
return false
}
Expand Down

0 comments on commit ca6be85

Please sign in to comment.