Skip to content

Commit e2cf736

Browse files
chore: Deprecate broadcastProcessEnd (#819)
1 parent 0ab34f0 commit e2cf736

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tools/app-commands.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ export async function killProcessByPID (pid) {
456456
/**
457457
* Broadcast process killing on the device under test.
458458
*
459+
* @deprecated This method is deprecated and marked for removal in future releases.
459460
* @this {import('../adb.js').ADB}
460461
* @param {string} intent - The name of the intent to broadcast to.
461462
* @param {string} processName - The name of the killed process.

0 commit comments

Comments
 (0)