mobileinsight-core
mobileinsight-core copied to clipboard
Support timestamp filtering and byte object as input/output
This request contains two commits:
- Support timestamp filtering in mi2log file. Users now can pass in
start_timesetamp
andend_timestamp
toOfflineReplayer
so that it only contains logs within the start-end interval. - Support byte object as input/output. For input part, I add a function
set_input_file(object)
inOfflineReplayer
for users to pass in byte object directly. For output part, users can access the byte object viaOfflineReplayer.output_bytes_object
.