surrounding InitDeviceScan in try/catch in case something wrong happens. This prevents the hook to die
This commit is contained in:
@@ -703,4 +703,6 @@ function InitDeviceScan()
|
||||
isTierGenericMobile = DetectTierOtherPhones();
|
||||
};
|
||||
|
||||
InitDeviceScan()
|
||||
try {
|
||||
InitDeviceScan();
|
||||
}catch(e){}
|
||||
|
||||
Reference in New Issue
Block a user