sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.17k stars 825 forks source link

fix(agent): getBroadcastReceivers handle null #591

Closed Ha0ris closed 1 year ago

Ha0ris commented 1 year ago

Resolve https://github.com/sensepost/objection/issues/590

CDuPlooy commented 1 year ago

Sorry for the late response on this. I don't think using a try catch is the best solution here, checking if the receivers.value is null will likely be more efficient

Ha0ris commented 1 year ago

Sorry for the late response on this. I don't think using a try catch is the best solution here, checking if the receivers.value is null will likely be more efficient

Should be better now.

leonjza commented 1 year ago

Thanks!