Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cov_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ cp rdk_logger/include/* /usr/local/include

cd ${ROOT}
rm -rf telemetry
git clone https://github.com/rdkcentral/telemetry.git
git clone https://github.com/rdkcentral/telemetry.git -b feature/build_error
cd telemetry
cp include/*.h /usr/local/include
sh build_inside_container.sh
Expand Down
2 changes: 2 additions & 0 deletions usbLogUpload/src/usb_log_archive.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* limitations under the License.
*/



Comment on lines +17 to +18
/**
* @file usb_log_archive.c
* @brief Archive management module implementation for USB log upload
Expand Down
Loading