mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-25 11:41:04 +00: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