HBiSoft / HBRecorder

Lightweight screen recording Android library
MIT License
402 stars 137 forks source link

FileObserver - The observer watch the whole parent directory #138

Closed revkusz closed 1 year ago

revkusz commented 1 year ago

In the FileObserver class the path passed is the parent directory of the output path. So while i recording i cannot close a file in that directory bc if i close a file the recorder thinks the file was closed by the recorder, the fileobserver never checks if the file that was closed was the recorded file or not. Is there a reason for this or this is a bug?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed if no further activity occurs within the next 3 days. Thank you for your contributions.

revkusz commented 1 year ago

No comment on this?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed if no further activity occurs within the next 3 days. Thank you for your contributions.

HBiSoft commented 1 year ago

I'm not sure what you mean with

i cannot close a file in that directory

Can you please provide me with an example for clarification?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed if no further activity occurs within the next 3 days. Thank you for your contributions.

HBiSoft commented 1 year ago

Closed for now.