mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-06-12 13:17:38 +02:00
chore(YouTube - Spoof video streams): Improve error logging
This commit is contained in:
@ -93,7 +93,8 @@ public class SpoofVideoStreamsPatch {
|
||||
StreamingDataRequest.fetchRequest(videoId, requestHeaders);
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
Logger.printException(() -> "buildRequest failure", ex);
|
||||
Logger.printException(() -> "buildRequest failure. Url: " + url
|
||||
+ " headers: " + requestHeaders, ex);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user